home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Ware Multimedia 1994 November
/
Cd Ware (Nro. 2) - Epimundo.iso
/
DOS
/
PG
/
STRX.ZIP
/
DLLDEFS.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-08-04
|
214 b
|
12 lines
#ifdef __TURBOC__
# include <_defs.h>
# if defined(__DLL__)
# define _ExportFunction _export
# else
# define _ExportFunction
# endif
#else
# define _ExportFunction
# define _CLASSTYPE
#endif